queue a resize on
authorjacob berkman <jacob@ximian.com>
Tue, 8 Jan 2002 20:20:32 +0000 (20:20 +0000)
committerJacob Berkman <jberkman@src.gnome.org>
Tue, 8 Jan 2002 20:20:32 +0000 (20:20 +0000)
2002-01-08  jacob berkman  <jacob@ximian.com>

* gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtklayout.c

index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index b8c63e0f18ab6c66794570ca6afc7c90657f6535..26490977c5ed31cf7c3d0fd02dd8bf0447ef1547 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  jacob berkman  <jacob@ximian.com>
+
+       * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+       the child rather than the layout. see bug #68263
+
 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
index 38438a0a8911d56d1e182cc5f97df701b9c19033..5e8363ffdcfb282ea106259b7fa66e15ca70cd17 100644 (file)
@@ -374,7 +374,7 @@ gtk_layout_move_internal (GtkLayout       *layout,
   gtk_widget_thaw_child_notify (widget);
   
   if (GTK_WIDGET_VISIBLE (widget) && GTK_WIDGET_VISIBLE (layout))
-    gtk_widget_queue_resize (GTK_WIDGET (layout));
+    gtk_widget_queue_resize (GTK_WIDGET (widget));
 }
 
 /**